home *** CD-ROM | disk | FTP | other *** search
/ Comix Games / Comix Games.iso / jetsons / jetsons.exe / jetsons.dxr / 00105.ls < prev    next >
Encoding:
Text File  |  1996-11-19  |  258 b   |  13 lines

  1. on getRandomHouse
  2.   set choice to random(3)
  3.   if choice = 1 then
  4.     return the number of member "house 1"
  5.   else
  6.     if choice = 2 then
  7.       return the number of member "house 2"
  8.     else
  9.       return the number of member "house 3"
  10.     end if
  11.   end if
  12. end
  13.